From: Florian Eckert Date: Fri, 7 Jun 2024 10:51:16 +0000 (+0200) Subject: luci-theme-openwrt-2020: add css class button-row X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=c1621c6d329c329547e781a2622765f50766282a;p=project%2Fluci.git luci-theme-openwrt-2020: add css class button-row Signed-off-by: Florian Eckert --- diff --git a/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css b/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css index 277af225f6..46120e8131 100644 --- a/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css +++ b/themes/luci-theme-openwrt-2020/htdocs/luci-static/openwrt2020/cascade.css @@ -275,6 +275,18 @@ body.modal-overlay-active #modal_overlay { .modal .cbi-section > legend:first-child { font-size: 120%; } +.modal .button-row { + display: flex; + justify-content: space-between; +} + +.modal .button-row > :not(:last-child) { + margin-right: .5em; +} + +.modal .button-row > :first-child { + margin-right: auto; +} /* * table layout